.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;

    color: #111;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: -5%;

    width: 50px;
    height: 50px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #1d3a89;
    border: none;
    border: 1px solid #1d3a89;
    border-radius: 50%;
    background: none;
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        line-height: 40px;

        left: -5px;

        width: 40px;
        height: 40px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\eb08';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -5px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #1d3a89;
}
.slick-dots
{
    margin: 0 -3px;

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;

    vertical-align: top;

    border-radius: 50%;
    background-color: #d9d9d9;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    color: #fff;
    background-color: #1d3a89;
}
.flexwrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.pt-130
{
    padding-top: 130px;
}
@media (max-width: 1199px)
{
    .pt-130
    {
        padding-top: 90px;
    }
}
.share-cn
{
    display: none;
}
[lang=zh-CN] .share-cn
{
    display: block;
}
[lang=zh-CN] .share-other
{
    display: none;
}
.header
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 90px;

    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
    }
}
.header .d-flex
{
    position: relative;
    z-index: 2;
}
.header .logo
{
    height: 90px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        padding: 0;
    }
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .header-nav
{
    height: 46px;

    color: #fff;
    background-color: #1d3a89;
}
@media (max-width: 1199px)
{
    .header .header-nav
    {
        display: none;
    }
}
.header .tel
{
    font-size: 16px;
    line-height: 90px;

    display: inline-block;

    vertical-align: middle;

    color: #1d3a89;
}
@media (max-width: 1199px)
{
    .header .tel
    {
        line-height: 60px;
    }
}
@media (max-width: 767px)
{
    .header .tel
    {
        display: none;
    }
}
.header .tel p
{
    margin: 0;
}
.header .tel a
{
    font-size: 22px;
    font-weight: bold;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1400px)
{
    .header .tel a
    {
        font-size: 18px;
    }
}
.header .language
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-right: 10px;
    }
}
.header .language p
{
    position: relative;
    z-index: 3;

    display: inline-block;

    margin: 0;

    color: #fff;
    border-radius: 50px;
    background-color: #111;
}
.header .language p a
{
    line-height: 44px;

    padding: 0 22px;
}
@media (max-width: 1199px)
{
    .header .language p a
    {
        line-height: 30px;

        padding: 0 10px;
    }
}
.header .language p a:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    display: inline-block;

    margin-left: 10px;

    content: '\e623';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .language p a:after
    {
        margin-left: 4px;
    }
}
.header .language p a .icon
{
    font-size: 24px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.header .language ul
{
    position: absolute;
    top: 50%;

    display: none;

    width: 100%;
    padding: 30px 0 20px;

    text-align: center;

    border-radius: 0 0 20px 20px;
    background-color: #111;
}
.header .language ul li a
{
    line-height: 30px;

    display: block;

    padding: 0 22px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
}
.header .language ul li:hover a
{
    color: #fff;
    background-color: #1d3a89;
}
.header .email
{
    font-size: 15px;
    line-height: 46px;

    height: 46px;
    margin: 0;
}
@media (max-width: 1199px)
{
    .header .email
    {
        line-height: 30px;

        height: 30px;
    }
}
.header .email p
{
    margin: 0;
}
.header .email .icon
{
    font-size: 24px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.header .email a:hover
{
    text-decoration: underline;
}
.header .share ul
{
    display: inline-block;

    vertical-align: middle;
}
.header .share ul li
{
    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.header .share ul li a
{
    line-height: 30px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 30px;
    height: 30px;

    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: center;

    border-radius: 50%;
}
.header .share ul li a .icon
{
    font-size: 18px;
}
.header .share ul li a:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

    content: '';
    -webkit-transition: none;
            transition: none;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
            transform: translate3d(-150%, 0, 0) skewX(-25deg);

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .15)), to(rgba(204, 204, 204, .05)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));
    background-image:         linear-gradient(to right, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.header .share ul li a:hover
{
    color: #fff;
    background-color: #054064;
}
.header .share ul li a:hover:after
{
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
            transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.header .share ul li.share-twitter a:before
{
    content: '\e60b';
}
.header .share ul li.share-linkedin a:before
{
    content: '\e7ea';
}
.header .share ul li.share-instagram a:before
{
    content: '\e88f';
}
.header .share ul li.share-youtube a:before
{
    content: '\e7b2';
}
.header .share ul li.share-google a:before
{
    content: '\e645';
}
.header .share ul li.share-amazon a:before
{
    content: '\e6c1';
}
.header .share ul li:hover a
{
    background: none;
}
.header .pc-nav
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
.header .pc-nav > ul > li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.header .pc-nav > ul > li > a
{
    font-size: 16px;
    line-height: 90px;

    display: block;

    height: 90px;
    padding: 0 30px;
}
@media (max-width: 1560px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 24px;
    }
}
@media (max-width: 1400px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 18px;
    }
}
@media (max-width: 1350px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 14px;
    }
}
.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a
{
    color: #1d3a89;
}
.header .pc-nav .nav-list2
{
    font-size: 15px;

    position: absolute;
    z-index: 9;
    top: 100%;

    display: none;

    min-width: 100%;
    padding: 14px 0;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list2 > li
{
    position: relative;
}
.header .pc-nav .nav-list2 > li > a
{
    line-height: 30px;

    display: block;

    padding: 5px 20px;

    white-space: nowrap;

    color: #666;
}
.header .pc-nav .nav-list2 > li > a:hover
{
    text-decoration: underline;

    color: #1d3a89;
}
.header .pc-nav .nav-list3
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list3 > li > a
{
    line-height: 30px;

    display: block;

    padding: 5px 20px;

    white-space: nowrap;

    color: #666;
}
.header .pc-nav .nav-list3 > li > a:hover
{
    text-decoration: underline;

    color: #1d3a89;
}
.header .btn-menu
{
    position: relative;

    display: none;

    width: 30px;
    height: 60px;
}
@media (max-width: 1199px)
{
    .header .btn-menu
    {
        display: inline-block;

        height: 50px;

        vertical-align: middle;
    }
}
.header .btn-menu a
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.header .btn-menu a:before,
.header .btn-menu a:after
{
    display: block;

    height: 2px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    background: #999;
}
.header .btn-menu a span
{
    display: block;

    height: 2px;
    margin: 7px 0;

    -webkit-transition: all .4s;
            transition: all .4s;

    background: #999;
}
.header .serach-part
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.header .translate
{
    display: inline-block;

    min-width: 158px;
    margin-left: 50px;

    vertical-align: middle;
}
@media (max-width: 1660px)
{
    .header .translate
    {
        margin-left: 30px;
    }
}
@media (max-width: 1350px)
{
    .header .translate
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .header .translate
    {
        margin: 0;
    }
}
.header .translate .goog-te-gadget-simple
{
    border: none;
}
.header .pc-search
{
    display: inline-block;
    overflow: hidden;

    width: 580px;

    vertical-align: middle;

    border-radius: 6px;
    background-color: #f6faf4;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search form
{
    position: relative;

    overflow: hidden;

    padding-right: 40px;
}
.header .pc-search .submit
{
    line-height: 46px;

    position: absolute;
    top: 0;
    right: 0;

    width: 50px;
    height: 46px;
    padding: 0;

    color: #8290a5;
    background: none;
}
.header .pc-search .submit .icon
{
    font-size: 20px;
}
.header .pc-search .submit:hover
{
    color: #1d3a89;
}
.header .pc-search input
{
    line-height: 46px;

    width: 100%;
    height: 46px;
    padding: 0 20px;

    background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder
{
    color: #8290a5;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder
{
    color: #8290a5;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder
{
    color: #8290a5;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder
{
    color: #8290a5;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .find
{
    font-size: 16px;
    line-height: 44px;

    padding: 0 30px;

    cursor: pointer;
    -webkit-transition: background .2s;
            transition: background .2s;
    text-align: center;
}
@media (max-width: 1470px)
{
    .header .find
    {
        padding: 0 14px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 40px;
    }
}
.header .find:before,
.header .find:after
{
    content: '|';

    color: #d9d9d9;
}
.header .find:before
{
    margin-right: 20px;
}
.header .find:after
{
    margin-left: 20px;
}
.header .find:hover
{
    color: #1d3a89;
}
.header .search-wrap
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    right: 0;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .search-wrap
    {
        top: 100%;
        right: 0;
    }
}
.header .search-wrap .search-box
{
    position: relative;
}
.header .search-wrap input
{
    line-height: 24px;

    width: 100%;
    padding: 6px 10px;

    color: #666;
    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit
{
    font-size: 20px;
    line-height: 38px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 38px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #1d3a89;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e633';
}
.stuck
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.stuck .btn-menu a:before,
.stuck .btn-menu a:after
{
    background: #999;
}
.stuck .btn-menu a span
{
    background: #999;
}
.hc-mobile-nav .nav-wrapper
{
    color: #fff;
    background-color: #1d3a89;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a
{
    border-color: #001663;
    background-color: #001663;
}
.hc-mobile-nav a
{
    border-bottom-color: #001663;
}
.hc-mobile-nav h2
{
    color: #fff;
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover
{
    background-color: #001663;
}
.hc-mobile-nav.side-right span.nav-next::before
{
    -webkit-transform: translate(0%, 0%) rotate(135deg);
        -ms-transform: translate(0%, 0%) rotate(135deg);
            transform: translate(0%, 0%) rotate(135deg);
}
.hc-mobile-nav:not(.touch-device) a:hover
{
    background-color: #001663;
}
.hc-mobile-nav a[href]:not([href='#']) > span.nav-next
{
    border-color: #001663;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a
{
    border-color: #1d3a89;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a
{
    background-color: #001663;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover
{
    background-color: #001663;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid #1d3a89;
    border-radius: 0;
    outline: none;
    background-color: #1d3a89;
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 40%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    text-align: center;

    border-radius: 8px;
}
@media (max-width: 1199px)
{
    .online-wrap .online
    {
        right: 0;
    }
}
.online-wrap .online.onlineshow
{
    right: 0;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.onlineshow
    {
        right: -60px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 44px;

    position: relative;

    display: block;

    width: 44px;
    height: 44px;
    margin: 4px 0;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .2);
}
.online-wrap .online a:before
{
    font-size: 24px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #1d3a89;
}
.online-wrap .online a:hover
{
    background-color: #1d3a89;
}
.online-wrap .online a:hover:before
{
    color: #fff;
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .44);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .online-wrap-in .online
    {
        right: 0;
    }
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e624';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e918';
}
.online-wrap .icon-email:before
{
    font-family: 'iconfont' !important;

    content: '\e672';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before
{
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before
{
    font-family: 'iconfont' !important;

    content: '\e615';
}
.online-wrap .icon-instagram:before
{
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e62a';
}
.online-wrap .icon-cart:before
{
    font-family: 'iconfont' !important;

    content: '\e62a';
}
.online-wrap .icon-cart span
{
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    top: 0;
    right: 0;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #1d3a89;
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e62c';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom:         calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom:         calc(env(safe-area-inset-bottom) - 15px);

    background-color: #1d3a89;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #001663;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.xs-online-product > a:before
{
    font-size: 16px;

    content: '\e7e9';
}
.xs-online ul li.xs-online-mail > a:before
{
    font-weight: normal;

    content: '\e634';
}
.xs-online ul li.xs-online-map > a:before
{
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.xs-online-feedback > a:before
{
    font-weight: normal;

    content: '\e615';
}
.xs-online ul li.xs-online-top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-home > a:before
{
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.xs-online-message > a:before
{
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.xs-online-tel > a:before
{
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.xs-online-facebook > a:before
{
    font-weight: normal;

    content: '\e615';
}
.xs-online ul li.xs-online-top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp > a:before
{
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.xs-online-skype > a:before
{
    font-weight: normal;

    content: '\e616';
}
.xs-online ul li.xs-online-contact > a:before
{
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.xs-online-wechat > a:before
{
    content: '\e604';
}
.xs-online ul li.xs-online-wechat > a
{
    position: relative;
}
.xs-online ul li.xs-online-wechat > a:hover img
{
    display: block;
}
.xs-online ul li.xs-online-wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 4;

    clear: both;
    overflow: hidden;

    width: 100%;
    padding-top: 90px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-pagination
{
    font-size: 16px;

    position: absolute;
    z-index: 2;
    bottom: 3%;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;

    color: #00a9d9;
}
.banner .swiper-pagination-bullet
{
    position: relative;

    width: 12px;
    height: 12px;
    margin: 0 8px !important;

    vertical-align: middle;

    opacity: .7;
    border-radius: 50%;
    background-color: #fff;
}
.banner .swiper-pagination-bullet-active
{
    opacity: 1;
}
.banner .slick-arrow
{
    font-size: 50px;
    line-height: 60px;

    top: 60%;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
.banner .slick-arrow:after
{
    display: none;
}
.banner .slick-arrow:before
{
    content: '\f1e8';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.banner .slick-arrow:hover
{
    opacity: 1;
}
.banner .slick-prev
{
    left: 5%;
}
@media (max-width: 767px)
{
    .banner .slick-prev
    {
        left: -15px;
    }
}
.banner .slick-next
{
    right: 5%;
}
@media (max-width: 767px)
{
    .banner .slick-next
    {
        right: -15px;
    }
}
.banner .slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .item > a
{
    display: block;
    overflow: hidden;
}
.banner .item > a > img
{
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner-video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination
{
    display: none !important;
}
.banner.hide-video video
{
    display: none !important;
}
.banner-video-box
{
    position: relative;

    display: block;

    padding-bottom: 45.05208333%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play
{
    background-color: #1d3a89 !important;
}
.banner .mobile-video
{
    position: relative;

    display: block;
}
.banner .mobile-video:after
{
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before
{
    font-size: 50px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner .banner-text
{
    position: absolute;
    z-index: 2;
    top: 15%;
    left: 0;

    width: 100%;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .banner-text
    {
        padding: 0 8%;
    }
}
.banner .banner-text h2
{
    font-family: 'Butler', Arial, Helvetica, sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.4;

    margin: 0;

    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
    text-transform: capitalize;

    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
@media (max-width: 1199px)
{
    .banner .banner-text h2
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text h2
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text h2
    {
        font-size: 30px;
    }
}
.banner .banner-text h3
{
    font-size: 20px;
    line-height: 1.4;

    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
@media (max-width: 1199px)
{
    .banner .banner-text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text h3
    {
        font-size: 14px;
    }
}
.banner .banner-text .link
{
    margin-top: 50px;

    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
@media (max-width: 1199px)
{
    .banner .banner-text .link
    {
        margin-top: 10px;
    }
}
.banner .banner-text .link a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;

    display: inline-block;

    min-width: 280px;
    margin: 0 20px;
    margin-top: 10px;
    padding: 0 15px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}
@media (max-width: 767px)
{
    .banner .banner-text .link a
    {
        font-size: 12px;
        line-height: 40px;

        min-width: 140px;
        margin: 0 5px;
        padding: 0 5px;
    }
}
.banner .banner-text .link a .icon
{
    font-size: 0;
    font-weight: normal;

    display: inline-block;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;

    opacity: 0;
}
@media (max-width: 767px)
{
    .banner .banner-text .link a .icon
    {
        display: none;
    }
}
.banner .banner-text .link a:hover
{
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .2);
}
.banner .banner-text .link a:hover .icon
{
    font-size: 20px;

    opacity: 1;
}
.banner .banner-down
{
    position: absolute;
    z-index: 2;
    bottom: 25%;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1199px)
{
    .banner .banner-down
    {
        bottom: 20%;
    }
}
@media (max-width: 767px)
{
    .banner .banner-down
    {
        bottom: 0;
    }
}
.banner .banner-down a
{
    display: block;

    width: 66px;
    height: 66px;
    margin: 0 auto;

    -webkit-animation: slide-down 3s linear infinite;
            animation: slide-down 3s linear infinite;
}
.banner .banner-down a img
{
    width: 100%;
}
.banner-in img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 140%;
        margin-left: -10%;
    }
}
.banner-in .text-in
{
    position: absolute;
    z-index: 2;
    top: 55%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;

    color: #fff;
}
.banner-in .text-in:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 50%;
    height: 80%;

    content: '';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    opacity: .25;
    border-radius: 510px;
    background: #171d29;

    -webkit-filter: blur(25px);
            filter: blur(25px);
}
@media (max-width: 767px)
{
    .banner-in .text-in
    {
        top: 60%;
    }
}
.banner-in .text-in h2
{
    font-size: 36px;
    font-weight: bold;

    position: relative;
    z-index: 2;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .banner-in .text-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h2
    {
        font-size: 24px;
    }
}
.banner-in .location
{
    position: relative;
    z-index: 2;
}
.banner-in .location ul li
{
    font-size: 16px;

    display: inline-block;

    vertical-align: top;
}
.banner-in .location ul li:after
{
    display: inline-block;

    margin: 0 10px;

    content: '>';
    vertical-align: middle;
}
.banner-in .location ul li:last-child:after
{
    display: none;
}
.banner-in .location ul li a
{
    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
@-webkit-keyframes fadenum
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes fadenum
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes slide-down
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes slide-down
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.text-common
{
    margin-top: 20px;
}
.text-common p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .text-common p
    {
        font-size: 14px;
    }
}
.title
{
    display: block;

    text-align: center;
}
.title h2
{
    font-size: 34px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 14px;
    line-height: 1.71428571;

    max-width: 830px;
    margin: 0 auto;
    margin-top: 10px;

    color: #666;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.title.center
{
    text-align: center;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product .product .item,
.wrap-product .product .item,
.wrap-product-show .product .item,
.box-product .slick-related .item,
.wrap-product .slick-related .item,
.wrap-product-show .slick-related .item
{
    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
.box-product .product .item .img-box,
.wrap-product .product .item .img-box,
.wrap-product-show .product .item .img-box,
.box-product .slick-related .item .img-box,
.wrap-product .slick-related .item .img-box,
.wrap-product-show .slick-related .item .img-box
{
    padding-bottom: 102.5%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.box-product .product .item .img-box img,
.wrap-product .product .item .img-box img,
.wrap-product-show .product .item .img-box img,
.box-product .slick-related .item .img-box img,
.wrap-product .slick-related .item .img-box img,
.wrap-product-show .slick-related .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item h3,
.wrap-product .product .item h3,
.wrap-product-show .product .item h3,
.box-product .slick-related .item h3,
.wrap-product .slick-related .item h3,
.wrap-product-show .slick-related .item h3
{
    font-size: 18px;
    line-height: 54px;

    display: -webkit-box;
    overflow: hidden;

    height: 54px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-product .product .item h3,
    .wrap-product .product .item h3,
    .wrap-product-show .product .item h3,
    .box-product .slick-related .item h3,
    .wrap-product .slick-related .item h3,
    .wrap-product-show .slick-related .item h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .item h3,
    .wrap-product .product .item h3,
    .wrap-product-show .product .item h3,
    .box-product .slick-related .item h3,
    .wrap-product .slick-related .item h3,
    .wrap-product-show .slick-related .item h3
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.box-product .product .item:hover .img-box,
.wrap-product .product .item:hover .img-box,
.wrap-product-show .product .item:hover .img-box,
.box-product .slick-related .item:hover .img-box,
.wrap-product .slick-related .item:hover .img-box,
.wrap-product-show .slick-related .item:hover .img-box
{
    box-shadow: 0 5px 15px 0 rgba(0, 12, 45, .25);
}
.box-product .product .item:hover .img-box img,
.wrap-product .product .item:hover .img-box img,
.wrap-product-show .product .item:hover .img-box img,
.box-product .slick-related .item:hover .img-box img,
.wrap-product .slick-related .item:hover .img-box img,
.wrap-product-show .slick-related .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .product .item:hover h3,
.wrap-product .product .item:hover h3,
.wrap-product-show .product .item:hover h3,
.box-product .slick-related .item:hover h3,
.wrap-product .slick-related .item:hover h3,
.wrap-product-show .slick-related .item:hover h3
{
    color: #1d3a89;
}
.box-product .product-sort
{
    margin-top: 30px;
}
.box-product .product-sort > ul
{
    margin: 0 -8px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-product .product-sort > ul
    {
        margin: 0 -3px;
    }
}
.box-product .product-sort > ul > li
{
    display: inline-block;

    margin-top: 10px;
    padding: 0 8px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-product .product-sort > ul > li
    {
        padding: 0 3px;
    }
}
.box-product .product-sort > ul > li > a
{
    line-height: 30px;

    display: inline-block;

    min-width: 170px;
    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: top;

    border-radius: 3px;
    background-color: #ededed;
}
@media (max-width: 1470px)
{
    .box-product .product-sort > ul > li > a
    {
        min-width: 150px;
    }
}
@media (max-width: 1400px)
{
    .box-product .product-sort > ul > li > a
    {
        min-width: 140px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-sort > ul > li > a
    {
        min-width: 110px;
    }
}
.box-product .product-sort > ul > li.active > a
{
    color: #fff;
    background-color: #1d3a89;
}
.box-product .product
{
    margin-top: 40px;
}
.box-product .product .slick-product
{
    margin: 0 -15px;
}
@media (max-width: 1199px)
{
    .box-product .product .slick-product
    {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .slick-product
    {
        margin: 0 -5px;
    }
}
.box-product .product .slick-product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-product .product .slick-product .slick-slide
    {
        padding: 0 5px;
    }
}
.box-product .product .slick-arrow
{
    top: -webkit-calc(50% - 40px);
    top:         calc(50% - 40px);
}
@media (max-width: 1199px)
{
    .box-product .product .slick-arrow
    {
        top: auto;
        bottom: -20px;
        left: 50%;

        -webkit-transform: translateX(-120%);
            -ms-transform: translateX(-120%);
                transform: translateX(-120%);
    }
    .box-product .product .slick-arrow.slick-next
    {
        right: 50%;
        left: auto;

        -webkit-transform: translateX(120%);
            -ms-transform: translateX(120%);
                transform: translateX(120%);
    }
}
.box-about
{
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-about .about .video
{
    position: relative;
    z-index: 2;

    width: 48%;
    padding: 10px;
}
@media (max-width: 991px)
{
    .box-about .about .video
    {
        width: 45%;
    }
}
@media (max-width: 767px)
{
    .box-about .about .video
    {
        width: 100%;
    }
}
.box-about .about .video:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 30%;
    height: 100%;

    content: '';

    border-radius: 10px;
    background-color: #1d3a89;
}
.box-about .about .video img
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    border-radius: 5px;
}
.box-about .about .video .play
{
    line-height: 60px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 60px;
    height: 60px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
.box-about .about .video .play span
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    color: #1d3a89;
    border-radius: 50%;
    background-color: #fff;
}
.box-about .about .video .play .icon
{
    font-size: 22px;
}
.box-about .about .video .play::before,
.box-about .about .video .play::after
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
            animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}
.box-about .about .video .play::after
{
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.box-about .about .video .play::before
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.box-about .about .video .play:hover span
{
    background-color: #001663;
}
.box-about .about .text
{
    position: relative;
    z-index: 4;

    width: 52%;
    padding-left: 3%;
}
@media (max-width: 991px)
{
    .box-about .about .text
    {
        width: 55%;
        padding-left: 5%;
    }
}
@media (max-width: 767px)
{
    .box-about .about .text
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.box-about .about .text .title
{
    position: relative;

    padding-top: 14px;

    text-align: left;
}
.box-about .about .text .title h2
{
    line-height: 1.4;

    position: relative;
    z-index: 2;

    margin: 0;
}
.box-about .about .text .title span
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1;

    position: absolute;
    top: 0;

    color: #eef0f3;
}
.box-about .about .number
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .box-about .about .number
    {
        margin-top: 30px;
    }
}
.box-about .about .number .item
{
    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-about .about .number .item h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1;

    margin-top: 0;

    color: #1d3a89;
}
.box-about .about .number .item h3 .counter
{
    font-size: 40px;
}
@media (max-width: 991px)
{
    .box-about .about .number .item h3 .counter
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .box-about .about .number .item h3 .counter
    {
        font-size: 30px;
    }
}
.box-about .about .number .item p
{
    font-size: 14px;
    line-height: 22px;

    margin: 0;

    color: #666;
}
.box-about .about .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-about .about .more
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .box-about .about .more
    {
        margin-top: 30px;
    }
}
.box-about .about .more a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #1d3a89;
}
@media (max-width: 767px)
{
    .box-about .about .more a
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 20px;
    }
}
.box-about .about .more a .icon
{
    font-size: 20px;

    display: inline-block;

    margin-left: 10px;

    -webkit-transition:         transform .4s;
    -webkit-transition: -webkit-transform .4s;
            transition: -webkit-transform .4s;
            transition:         transform .4s;
            transition:         transform .4s, -webkit-transform .4s;
    vertical-align: middle;
}
.box-about .about .more a:hover
{
    background-color: #000;
}
.box-about .about .more a:hover .icon
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
@-webkit-keyframes point_kuo
{
    0%
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translate(-50%, -50%) scale(2);
                transform: translate(-50%, -50%) scale(2);

        opacity: 0;
    }
}
@keyframes point_kuo
{
    0%
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translate(-50%, -50%) scale(2);
                transform: translate(-50%, -50%) scale(2);

        opacity: 0;
    }
}
.box-choose
{
    color: #fff;
    background: url(../images/choose_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .box-choose
    {
        background-attachment: fixed;
    }
}
.box-choose .choose
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .box-choose .choose ul
    {
        margin: 0 -50px;
    }
    .box-choose .choose ul li
    {
        padding: 0 50px;
    }
}
.box-choose .choose .item
{
    margin-top: 30px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
.box-choose .choose .item .icon
{
    font-size: 30px;
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;
    margin: 0 auto;

    border: 1px solid #fff;
    border-radius: 50%;
}
.box-choose .choose .item h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 20px 0 10px 0;
}
.box-choose .choose .item p
{
    line-height: 1.85714286;

    margin: 0;
}
.box-choose .choose .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-choose .choose .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-news
{
    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-news .news
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .box-news .news
    {
        margin-top: 20px;
    }
}
.box-news .news .slick-news
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-news .news .slick-news
    {
        margin: 0 -5px;
    }
}
.box-news .news .slick-news .slick-slide
{
    padding: 10px 15px;
}
@media (max-width: 767px)
{
    .box-news .news .slick-news .slick-slide
    {
        padding: 10px 5px;
    }
}
.box-news .news .item
{
    padding: 12px 12px 40px 12px;
}
.box-news .news .item .pic
{
    position: relative;
}
.box-news .news .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.box-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .pic .date
{
    font-size: 15px;
    line-height: 40px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #fff;
}
.box-news .news .item .pic .date .icon
{
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;
}
.box-news .news .item .note
{
    margin-top: 20px;
}
.box-news .news .item .note h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item .note p
{
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover .pic .date
{
    color: #fff;
    background-color: #1d3a89;
}
.box-news .news .item:hover .note h3
{
    color: #1d3a89;
}
.footer
{
    position: relative;
    z-index: 2;

    color: #989898;
    background: #0d0d0e;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-top: 30px;
        padding-bottom: 55px;
    }
}
.footer .foot
{
    padding: 50px 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 20px 0 50px;
    }
}
.footer .foot .foot-logo img
{
    height: 90px;
}
.footer .foot .foot-logo p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 20px 0 0 0;

    color: #888;
}
@media (max-width: 767px)
{
    .footer .foot .foot-logo p
    {
        font-size: 16px;
    }
}
.footer .foot .foot-text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 50px;
    padding: 0 10%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .footer .foot .foot-text
    {
        display: block;

        margin-top: 20px;

        text-align: left;
    }
}
.footer .foot .foot-text p
{
    font-size: 17px;
    line-height: 48px;

    position: relative;

    margin: 20px 0 0 0;
    padding-left: 60px;
}
@media (max-width: 991px)
{
    .footer .foot .foot-text p
    {
        font-size: 16px;
    }
}
.footer .foot .foot-text p .icon
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 48px;
    height: 48px;
    padding: 5px;

    border-radius: 3px;
    background: rgba(37, 37, 40, .5);
}
.footer .foot .foot-text p .icon:before
{
    line-height: 38px;

    display: block;

    width: 38px;
    height: 38px;

    text-align: center;

    border-radius: 3px;
    background: #252528;
}
.footer .foot .foot-text p .icon-youxiang1:before
{
    font-size: 24px;
}
.footer .foot .foot-text p:hover .icon
{
    color: #fff;
    background: rgba(29, 58, 137, .5);
}
.footer .foot .foot-text p:hover .icon:before
{
    background-color: #1d3a89;
}
.footer .foot .foot-text p:hover a
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright
{
    font-size: 15px;
    line-height: 30px;

    padding: 15px 0;

    color: #666;
    border-top: 1px solid #36383c;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        font-size: 14px;

        padding: 10px;
    }
}
.footer .copyright p
{
    margin: 0;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 24px;
    }
}
.footer .copyright p .sitemap .icon
{
    font-size: 20px;
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.footer .copyright .share > ul > li
{
    display: inline-block;

    vertical-align: middle;
}
.footer .copyright .share > ul > li > a
{
    line-height: 30px;

    position: relative;

    display: block;

    padding: 0 10px;
}
.footer .copyright .share > ul > li > a .icon
{
    font-size: 30px;
}
.footer .copyright .share > ul > li > a img
{
    position: absolute;
    bottom: 100%;
    left: -50px;

    display: none;

    width: 120px;
}
@media (max-width: 767px)
{
    .footer .copyright .share > ul > li > a img
    {
        left: -30px;
    }
}
.footer .copyright .share > ul > li > a:hover
{
    color: #fff;
}
.footer .copyright .share > ul > li > a:hover img
{
    display: block;
}
.wrap
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.title-in h2
{
    font-size: 30px;
    line-height: 1.5;

    overflow: hidden;

    margin: 0;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in p
{
    font-size: 16px;
    line-height: 2;

    max-width: 1160px;
    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 767px)
{
    .title-in p
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.title-in.center
{
    text-align: center;
}
.wrap-location
{
    text-align: right;
}
.wrap-location .location
{
    line-height: 30px;

    padding: 10px 0;

    color: #666;
}
.wrap-location .location .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-location .location > ul
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location > ul > li
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location > ul > li:after
{
    display: inline-block;

    margin: 0 4px;
    margin-top: -2px;

    content: '>';
    vertical-align: middle;
}
.wrap-location .location > ul > li:last-child:after
{
    display: none;
}
.wrap-location .location > ul > li > a
{
    line-height: 30px;

    display: inline-block;

    text-transform: capitalize;
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #1d3a89;
}
.wrap-about-sidenav
{
    padding: 10px 0;
}
.wrap-about-sidenav .about-sidenav
{
    color: #666;
}
.wrap-about-sidenav .about-sidenav > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-about-sidenav .about-sidenav > ul > li:after
{
    display: inline-block;

    margin: 0 20px;

    content: '|';
    vertical-align: middle;
}
.wrap-about-sidenav .about-sidenav > ul > li > a
{
    line-height: 36px;

    display: inline-block;

    vertical-align: middle;
    text-transform: uppercase;
}
.wrap-about-sidenav .about-sidenav > ul > li:last-child:after
{
    display: none;
}
.wrap-about-sidenav .about-sidenav > ul > li.active > a,
.wrap-about-sidenav .about-sidenav > ul > li:hover > a
{
    color: #1d3a89;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    overflow: hidden;

    margin-bottom: 10px;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 12px 40px 12px 26px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #1d3a89;
}
.wrap-sidenav .sidenav .slevel-1 > li > a:before
{
    position: absolute;
    top: 50%;
    left: 10px;

    display: block;

    width: 0;
    height: 2px;
    margin-top: -1px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #fff;
}
.wrap-sidenav .sidenav .slevel-1 > li.more > a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 54px;

    position: absolute;
    top: 0;
    right: 0;

    width: 40px;
    height: 54px;

    content: '\eb08';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #666;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a
{
    color: #fff;
    background-color: #1d3a89;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a:before,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:before
{
    width: 10px;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a:after,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:after
{
    color: #fff;
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    padding: 15px 0;
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    font-size: 15px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 5px 26px;

    color: #666;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    color: #1d3a89;
}
.xs-product-nav
{
    display: none;
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .xs-product-nav
    {
        display: block;
    }
}
.xs-product-nav > ul
{
    margin: 0 -10px;
}
.xs-product-nav > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.xs-product-nav > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    padding: 0 10px;
}
@media (max-width: 767px)
{
    .xs-product-nav > ul > li > a
    {
        font-size: 15px;
    }
}
.xs-product-nav > ul > li > a:before
{
    margin-right: 4px;

    content: '-';
}
.xs-product-nav > ul > li.active > a
{
    color: #1d3a89;
}
.wrap-left
{
    width: 22%;
}
.wrap-right
{
    width: 78%;
}
.wrap-right
{
    padding-left: 3%;
}
@media (max-width: 1400px)
{
    .wrap-left
    {
        width: 28%;
    }
    .wrap-right
    {
        width: 72%;
    }
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        width: 100%;
    }
    .wrap-right
    {
        width: 100%;
        padding-left: 15px;
    }
}
.wrap-about .title-in:after
{
    display: block;

    width: 42px;
    height: 5px;
    margin-top: 14px;

    content: '';

    background-color: #1d3a89;
}
.wrap-about .text
{
    margin-top: 20px;
}
.wrap-about .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-about .text p
    {
        font-size: 14px;
    }
}
.wrap-about .number
{
    max-width: 1000px;
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-about .number
    {
        margin-top: 30px;
    }
}
.wrap-about .number .item
{
    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-about .number .item h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1;

    margin-top: 0;

    color: #1d3a89;
}
.wrap-about .number .item h3 .counter
{
    font-size: 40px;
}
@media (max-width: 991px)
{
    .wrap-about .number .item h3 .counter
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .number .item h3 .counter
    {
        font-size: 30px;
    }
}
.wrap-about .number .item p
{
    font-size: 14px;
    line-height: 22px;

    max-width: 200px;
    margin: 0;

    color: #666;
}
.wrap-about .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-about .video
{
    position: relative;

    margin-top: 50px;
}
.wrap-about .video img
{
    position: relative;
    z-index: 2;

    width: 100%;
}
.wrap-about .video .play
{
    line-height: 60px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 60px;
    height: 60px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
.wrap-about .video .play span
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    color: #1d3a89;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-about .video .play .icon
{
    font-size: 22px;
}
.wrap-about .video .play::before,
.wrap-about .video .play::after
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
            animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}
.wrap-about .video .play::after
{
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.wrap-about .video .play::before
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.wrap-about .video .play:hover span
{
    background-color: #001663;
}
.wrap-factory .factory .slick-factory
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .slick-factory
    {
        margin: 0 -5px;
    }
}
.wrap-factory .factory .slick-factory .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .slick-factory .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-factory .factory .item
{
    display: block;

    margin-top: 30px;

    cursor: pointer;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item
    {
        margin-top: 20px;
    }
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 62.22222222%;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor
    {
        margin-top: 10px;
    }
}
.wrap-honor .honor .slick-honor
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .slick-honor
    {
        margin: 0 -5px;
    }
}
.wrap-honor .honor .slick-honor .slick-slide
{
    padding: 15px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .slick-honor .slick-slide
    {
        padding: 10px 5px;
    }
}
.wrap-honor .honor .item
{
    display: block;

    padding: 18px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #ededed;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .item
    {
        padding: 8px;
    }
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 140%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item:hover
{
    border: 4px solid #1d3a89;
    background: #fff;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .15);
}
.wrap-commitment .commitment
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-commitment .commitment
    {
        margin-top: 30px;
    }
}
.wrap-commitment .commitment .slick-commitment
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-commitment .commitment .slick-commitment
    {
        margin: 0 -5px;
    }
}
.wrap-commitment .commitment .slick-commitment .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-commitment .commitment .slick-commitment .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-commitment .commitment .item
{
    display: block;

    text-align: center;
    text-decoration: none;
}
.wrap-commitment .commitment .item .pic
{
    overflow: hidden;

    padding: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #cae5ee;
    border-radius: 6px;
    background: #fcfcfc;
}
@media (max-width: 991px)
{
    .wrap-commitment .commitment .item .pic
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-commitment .commitment .item .pic
    {
        padding: 10px;
    }
}
.wrap-commitment .commitment .item .pic .img-box
{
    padding-bottom: 138.46153846%;
}
.wrap-commitment .commitment .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-commitment .commitment .item h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 20px 0 0 0;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-commitment .commitment .item h3
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.wrap-commitment .commitment .item:hover .pic
{
    border-color: #1d3a89;
}
.wrap-commitment .commitment .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-commitment .commitment .item:hover h3
{
    color: #1d3a89;
}
.wrap-commitment .commitment .slick-arrow
{
    top: 40%;
}
.wrap-product
{
    background-color: #f7f7f7;
}
.wrap-product .product
{
    margin-top: -40px;
}
@media (max-width: 1199px)
{
    .wrap-product .product
    {
        margin: 0;
    }
}
.wrap-product .product .item
{
    display: block;

    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-product .product .item
    {
        margin-top: 20px;
    }
}
.wrap-product .product .item:hover
{
    background-color: #1d3a89;
}
.wrap-product .product .item:hover h3
{
    color: #fff;
}
.wrap-product-show
{
    padding-top: 50px;
}
.wrap-product-show .carousel-wrap .img-box
{
    padding-bottom: 102.5%;
}
.wrap-product-show .carousel-wrap .carousel
{
    position: relative;

    padding-right: 130px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 120px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 89px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        margin-top: 30px;
        padding-right: 0;
    }
}
.wrap-product-show .carousel-wrap .item-video
{
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .slider-for
{
    font-size: 0;

    overflow: hidden;
}
.wrap-product-show .carousel-wrap .slider-for .item
{
    position: relative;
    z-index: 2;
}
.wrap-product-show .carousel-wrap .slider-for .zoom
{
    position: relative;

    cursor: crosshair;
}
.wrap-product-show .carousel-wrap .slider-for iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .slider-for .play
{
    font-size: 80px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-for .play
    {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .slider-for .play:before
{
    font-family: 'iconfont' !important;

    content: '\e644';
}
.wrap-product-show .carousel-wrap .slider-nav
{
    font-size: 0;

    position: absolute;
    top: -6px;
    right: 0;

    width: 112px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        width: 102px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        width: 80px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        position: relative;

        width: -webkit-calc(100% + 12px);
        width:         calc(100% + 12px);
        margin: 0 -6px;
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 6px 0;

    outline: none;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-slide
    {
        padding: 0 6px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;

    overflow: hidden;

    border: 1px solid #fff;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video
{
    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box
{
    opacity: .6;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    content: '\ea82';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #1d3a89;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border-color: #1d3a89;
}
@media (min-width: 1200px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow
    {
        line-height: 30px;

        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 30px;

        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

        border: none;
        border-radius: 0;
        background-color: #e4e4e4;
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow:before
    {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
    {
        top: auto;
        bottom: 0;
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow:hover
    {
        color: #fff;
        background-color: #1d3a89;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow
    {
        left: 0;

        width: 30px;
        height: 100%;

        color: #1d3a89;
        border: none;
        border-radius: 0;
        background-color: #e4e4e4;
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
    {
        right: 0;
        left: auto;
    }
}
.wrap-product-show .info-box
{
    padding-top: 40px;
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        padding-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .info-box .title
{
    position: relative;

    text-align: left;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title
    {
        padding-left: 10px;
    }
}
.wrap-product-show .info-box .title:before
{
    position: absolute;
    top: 4px;
    left: -14px;

    display: block;

    width: 4px;
    height: 26px;

    content: '';

    background-color: #1d3a89;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title:before
    {
        left: 0;

        height: 22px;
    }
}
.wrap-product-show .info-box .title h2
{
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .title h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .text
{
    min-height: 260px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .text
    {
        min-height: 220px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .text
    {
        min-height: 160px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .text
    {
        min-height: auto;
    }
}
.wrap-product-show .info-box .link
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .btn-cart
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .btn-cart a
{
    line-height: 50px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;

    color: #fff;
    background-color: #1d3a89;
}
.wrap-product-show .info-box .link .btn-inquiry a .icon,
.wrap-product-show .info-box .link .btn-cart a .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry a .icon,
    .wrap-product-show .info-box .link .btn-cart a .icon
    {
        margin-right: 4px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a:hover,
.wrap-product-show .info-box .link .btn-cart a:hover
{
    color: #fff;
    background-color: #001663;
}
.wrap-product-show .info-box .link .btn-inquiry
{
    margin-right: 20px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry
    {
        margin-right: 10px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 40px;
    }
}
.wrap-product-show .title-product-show h3
{
    font-size: 26px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 24px;
    }
}
.wrap-product-show .parameter .info
{
    margin-top: 20px;
}
.wrap-product-show .parameter .info img
{
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .info img
    {
        width: 100% !important;
    }
}
.wrap-product-show .parameter .info .pmargin
{
    margin: 0 -10px;
}
.wrap-product-show .parameter .info h3
{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .info h3
    {
        font-size: 18px;
    }
}
.wrap-product-show .parameter .table-box
{
    font-size: 14px;
    line-height: 1.85714286;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin: 30px 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .table-box
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box table
{
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    font-weight: normal;

    padding: 20px !important;

    border: 1px solid #d9d9d9;
}
@media (max-width: 480px)
{
    .wrap-product-show .parameter .table-box table td,
    .wrap-product-show .parameter .table-box table th
    {
        padding: 8px !important;
    }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .parameter .table-box table th
{
    text-align: center;
}
.wrap-product-show .message
{
    margin-top: 20px;
}
.wrap-product-show .message .submit
{
    color: #fff !important;
    background-color: #1d3a89;
}
.wrap-product-show .message .submit:hover
{
    background-color: #001663 !important;
}
.wrap-product-show .relate-product .slick-related
{
    margin: 0 -15px;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-related
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .slick-related .slick-slide
{
    padding: 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-related .slick-slide
    {
        padding: 10px 5px;
    }
}
.wrap-product-show .relate-product .slick-related .item
{
    margin-top: 0;
}
.wrap-product-show .relate-product .slick-arrow
{
    top: -70px;
    right: 70px;
    left: auto;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    color: #1d3a89;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-arrow
    {
        top: -50px;
        right: 50px;
    }
}
.wrap-product-show .relate-product .slick-arrow.slick-next
{
    right: 0;
}
.wrap-product-show .relate-product .item:hover
{
    background-color: #1d3a89;
}
.wrap-product-show .relate-product .item:hover h3
{
    color: #fff;
}
.wrap-product-show .relate-product .slick-dots
{
    margin-top: 30px;

    text-align: right;
}
.wrap-product-show .relate-product .slick-dots li
{
    width: 20px;
    height: 5px;
    margin: 0 5px;

    border-radius: 10px;
    background-color: #e5e5e5;
}
.wrap-product-show .relate-product .slick-dots li.slick-active
{
    width: 30px;

    background-color: #1d3a89;
}
.wrap-contact .contact-info
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-contact .contact
{
    width: 40%;
    padding-right: 5%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-contact .contact .title-in
{
    padding: 10px 0;

    border-bottom: 1px solid #d9d9d9;
}
.wrap-contact .contact .text p
{
    font-size: 20px;
    line-height: 48px;

    position: relative;

    margin: 50px 0 0 0;
    padding-left: 60px;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .text p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text p
    {
        font-size: 16px;

        margin-top: 30px;
    }
}
.wrap-contact .contact .text p .icon
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 48px;
    height: 48px;
    padding: 5px;

    color: #fff;
    border-radius: 3px;
    background: rgba(29, 58, 137, .5);
}
.wrap-contact .contact .text p .icon:before
{
    line-height: 38px;

    display: block;

    width: 38px;
    height: 38px;

    text-align: center;

    border-radius: 3px;
    background: #1d3a89;
}
.wrap-contact .contact .text p:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-contact .contact .text p:hover a
{
    text-decoration: underline;

    color: #1d3a89;
}
.wrap-contact .wrap-map
{
    overflow: hidden;

    width: 60%;
    height: 450px;
}
@media (max-width: 991px)
{
    .wrap-contact .wrap-map
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .wrap-map
    {
        width: 100%;
        height: 320px;
        margin-top: 30px;
    }
}
.wrap-contact .wrap-map .map-content
{
    height: 100%;
}
.wrap-message .message form ul,
.wrap-inquiry .message form ul
{
    margin: 0 -10px;
}
.wrap-message .message form ul li,
.wrap-inquiry .message form ul li
{
    padding: 0 10px;
}
.wrap-message .message form .read input,
.wrap-inquiry .message form .read input
{
    font-size: 16px;
    font-weight: bold;
    line-height: 52px;

    width: 100%;
    padding: 0 20px;

    border-radius: 0;
    background-color: #e1e3ed;
}
@media (max-width: 767px)
{
    .wrap-message .message form .read input,
    .wrap-inquiry .message form .read input
    {
        font-size: 14px;
    }
}
.wrap-message .message form .input-group,
.wrap-inquiry .message form .input-group
{
    position: relative;

    margin-top: 20px;
}
.wrap-message .message form .input,
.wrap-inquiry .message form .input
{
    line-height: 30px;

    overflow: hidden;

    width: 100%;
    padding: 10px 20px;

    -webkit-transition: border 150ms cubic-bezier(.4, 0, .2, 1);
            transition: border 150ms cubic-bezier(.4, 0, .2, 1);

    background: none;
    background: #fff;
}
.wrap-message .message form .user-label,
.wrap-inquiry .message form .user-label
{
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    top: 10px;
    left: 20px;

    -webkit-transition: 150ms cubic-bezier(.4, 0, .2, 1);
            transition: 150ms cubic-bezier(.4, 0, .2, 1);
    pointer-events: none;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-message .message form .user-label,
    .wrap-inquiry .message form .user-label
    {
        font-size: 14px;
    }
}
.wrap-message .message form .input:focus,
.wrap-inquiry .message form .input:focus,
.wrap-message .message form input:valid,
.wrap-inquiry .message form input:valid
{
    outline: none;
}
.wrap-message .message form .input:focus ~ label,
.wrap-inquiry .message form .input:focus ~ label,
.wrap-message .message form input:valid ~ label,
.wrap-inquiry .message form input:valid ~ label
{
    line-height: 20px;

    padding: 0 .2rem;

    -webkit-transform: translateY(-100%) scale(.8);
        -ms-transform: translateY(-100%) scale(.8);
            transform: translateY(-100%) scale(.8);

    color: #999;
    background-color: #fff;
}
.wrap-message .message form .submit-group,
.wrap-inquiry .message form .submit-group
{
    margin-top: 30px;
}
.wrap-message .message form .upload-btn,
.wrap-inquiry .message form .upload-btn
{
    line-height: 44px;

    display: inline-block;

    width: 170px;
    margin-right: 20px;

    vertical-align: middle;

    color: #5e6266;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
.wrap-message .message form .upload-btn:after,
.wrap-inquiry .message form .upload-btn:after
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    margin-left: 10px;

    content: '\e629';
}
.wrap-message .message form .upload-btn.active:after,
.wrap-inquiry .message form .upload-btn.active:after
{
    content: '\e628';
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}
@media (max-width: 767px)
{
    .wrap-message .message form .upload-btn,
    .wrap-inquiry .message form .upload-btn
    {
        width: 140px;
    }
}
.wrap-message .message form p,
.wrap-inquiry .message form p
{
    font-size: 16px;
    line-height: 24px;

    margin: 20px 0 0 0;

    text-align: center;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-message .message form p,
    .wrap-inquiry .message form p
    {
        font-size: 14px;
    }
}
.wrap-message .message form .submit-group,
.wrap-inquiry .message form .submit-group
{
    text-align: center;
}
.wrap-message .message form .submit,
.wrap-inquiry .message form .submit
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 100px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #1d3a89;
}
@media (max-width: 991px)
{
    .wrap-message .message form .submit,
    .wrap-inquiry .message form .submit
    {
        line-height: 40px;

        padding: 0 50px;
    }
}
.wrap-message .message form .submit .icon,
.wrap-inquiry .message form .submit .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -2px;

    vertical-align: middle;
}
.wrap-message .message form .submit:hover,
.wrap-inquiry .message form .submit:hover
{
    color: #fff;
    background-color: #001663;
}
.wrap-message
{
    background-color: #f5f5f5;
}
.wrap-sitemap
{
    background-color: #fcfcfc;
}
.wrap-sitemap .sitemap .title h2
{
    margin: 0;
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    color: #fff;
    background-color: #1d3a89;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #1d3a89;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    position: relative;

    display: inline-block;

    list-style: none;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a
{
    font-size: 16px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #1d3a89;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap-vertical
    {
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap-vertical > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    margin: 0 -15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul
    {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li
{
    display: inline-block;

    margin-top: 10px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li
    {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > a
    {
        font-size: 16px;

        padding: 10px;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul
    {
        margin-top: 0;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li
{
    position: relative;

    list-style: none;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > a
    {
        font-size: 15px;

        padding: 5px 10px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a
{
    font-size: 14px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a
    {
        padding: 5px 15px;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #1d3a89;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #1d3a89;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #1d3a89;
}
.wrap-download .download
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-download .download
    {
        margin-top: -20px;
    }
}
.wrap-download .download .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;
    padding: 30px;

    border: 1px solid #cae5ee;
    border-radius: 6px;
    background: rgba(247, 251, 253, 0);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .wrap-download .download .item
    {
        display: block;

        margin-top: 20px;
        padding: 20px 14px;
    }
}
.wrap-download .download .item .title-download
{
    width: -webkit-calc(100% - 170px);
    width:         calc(100% - 170px);
    padding-right: 15px;
}
@media (max-width: 1350px)
{
    .wrap-download .download .item .title-download
    {
        width: -webkit-calc(100% - 120px);
        width:         calc(100% - 120px);
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .title-download
    {
        width: 100%;
    }
}
.wrap-download .download .item .title-download h3
{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;

    position: relative;

    padding-left: 34px;

    text-transform: capitalize;
}
.wrap-download .download .item .title-download h3 span
{
    font-weight: normal;
    line-height: 24px;

    position: absolute;
    top: 3px;
    left: 0;

    overflow: hidden;

    height: 24px;

    color: #1d3a89;
}
.wrap-download .download .item .title-download h3 span .icon
{
    font-size: 24px;
    font-weight: normal;
}
@media (max-width: 767px)
{
    .wrap-download .download .item .title-download h3 span .icon
    {
        font-size: 20px;
    }
}
.wrap-download .download .item .title-download h3 span .icon-icon_downloadfile1
{
    position: relative;
    z-index: 2;
}
.wrap-download .download .item .title-download h3 span .icon-icon_downloadfile2
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-download .download .item .title-download p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-download .download .item .title-download p
    {
        font-size: 14px;
    }
}
.wrap-download .download .item .down
{
    font-weight: 700;
    line-height: 50px;

    display: inline-block;

    width: 170px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #1d3a89;
    border: 1px solid #009fd8;
    border-radius: 100px;
    background: rgba(255, 255, 255, .9);
}
@media (max-width: 1350px)
{
    .wrap-download .download .item .down
    {
        width: 120px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .down
    {
        line-height: 40px;

        margin-top: 20px;
    }
}
@media (min-width: 1200px)
{
    .wrap-download .download .item:hover .title-download span .icon-icon_downloadfile2
    {
        -webkit-animation: downdrop 1.5s linear infinite;
                animation: downdrop 1.5s linear infinite;
    }
    .wrap-download .download .item:hover h3
    {
        color: #1d3a89;
    }
    .wrap-download .download .item:hover .down
    {
        color: #fff;
        background-color: #1d3a89;
    }
}
.wrap-news .news
{
    margin-top: -30px;
}
.wrap-news .news .item
{
    margin-top: 30px;
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    margin-top: 10px;
}
.wrap-news .news .item .note .date
{
    font-size: 15px;
    line-height: 40px;

    z-index: 2;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-news .news .item .note .date .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -2px;

    vertical-align: middle;
}
.wrap-news .news .item .note h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .note p
{
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item .more
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .more
    {
        margin-top: 20px;
    }
}
.wrap-news .news .item .more a
{
    font-size: 16px;
    line-height: 50px;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #666;
    background-color: #f5f5f5;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .more a
    {
        font-size: 14px;
        line-height: 40px;
    }
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .note .date
{
    color: #1d3a89;
}
.wrap-news .news .item:hover .note h3
{
    text-decoration: underline;

    color: #1d3a89;
}
.wrap-news .news .item:hover .more a
{
    color: #fff;
    background-color: #1d3a89;
}
.wrap-details .title-details h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-details .title-details h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .title-details h2
    {
        font-size: 20px;
    }
}
.wrap-details .title-details .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #1d3a89;
}
.wrap-details .title-details .date .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -2px;
    margin-right: 10px;

    vertical-align: middle;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-details .details .text p
    {
        font-size: 14px;
    }
}
.wrap-details .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-details .share
{
    margin-top: 30px;
}
.wrap-details .share p
{
    font-size: 16px;

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .a2a_kit
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details
{
    font-size: 0;

    margin-top: 70px;

    border-top: 1px solid #c7cdd4;
    border-bottom: 1px solid #c7cdd4;
}
@media (max-width: 991px)
{
    .wrap-details .relate-details
    {
        margin-top: 40px;
    }
}
.wrap-details .relate-details a
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;
    height: 40px;
    padding-left: 38px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\eb60';

    color: #999;
}
.wrap-details .relate-details a.prev:after
{
    position: absolute;
    top: 11px;
    right: 0;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}
.wrap-details .relate-details a.next
{
    padding-right: 38px;
    padding-left: 0;

    text-align: right;
}
.wrap-details .relate-details a.next:before
{
    right: 0;
    left: auto;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-details .relate-details a:hover
{
    color: #1d3a89;
}
.wrap-details .relate-details a:hover:before
{
    color: #1d3a89;
}
.wrap-inquiryinfo
{
    background-color: #fcfcfc;
}
.wrap-inquiryinfo .title-inquiry h2
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .wrap-inquiryinfo .title-inquiry h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .title-inquiry h2
    {
        font-size: 24px;
    }
}
.wrap-inquiryinfo .title-inquiry h2 span
{
    position: relative;
    z-index: 2;
}
.wrap-inquiryinfo .title-inquiry h2 .circle
{
    display: inline-block;

    width: 60px;
    height: 60px;
    margin-left: -30px;

    vertical-align: middle;

    border-radius: 50%;
    background-color: #1d3a89;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .title-inquiry h2 .circle
    {
        width: 50px;
        height: 50px;
    }
}
.wrap-inquiryinfo .title-inquiry p
{
    font-size: 18px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #6b6b6b;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .title-inquiry p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .title-inquiry p
    {
        font-size: 14px;
    }
}
.wrap-inquiryinfo .inquiry-info
{
    font-size: 0;

    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info
{
    text-transform: capitalize;

    background-color: #e5e5e5;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info
    {
        padding: 0;
    }
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info > div
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .inquiry-list
{
    border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation
{
    font-size: 14px;

    display: inline-block;

    padding: 20px 10px;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .checkbox
{
    width: 10%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox
    {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .Operation
{
    width: 14%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg
{
    width: 18%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .pimg
    {
        width: -webkit-calc(44% - 30px);
        width:         calc(44% - 30px);
    }
}
.wrap-inquiryinfo .inquiry-info .number
{
    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .number
    {
        width: -webkit-calc(56% - 30px);
        width:         calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .pname
{
    width: 38%;
}
.wrap-inquiryinfo .inquiry-info .check-all .substitite
{
    padding-left: 0;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .check-all span
    {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span
{
    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}
.wrap-inquiryinfo .inquiry-info .check-all
{
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .hidden-xs
    {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .visible-xs
{
    display: none;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .visible-xs
    {
        display: block;
    }
}
.wrap-inquiryinfo .inquiry-info .Each,
.wrap-inquiryinfo .inquiry-info .all
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #999;
    border-radius: 50%;
    outline: none;
    background: none;

    -webkit-appearance: none;
}
.wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-inquiryinfo .inquiry-info .all:checked::after
{
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #1d3a89;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after
{
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #1d3a89;
}
.wrap-inquiryinfo .inquiry-info input
{
    font-size: 16px;
    line-height: 34px;

    position: relative;

    width: 60px;
    height: 34px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry-info input
    {
        width: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info input
    {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiryinfo .inquiry-info .del1,
.wrap-inquiryinfo .inquiry-info .add1
{
    font-size: 20px;
    line-height: 36px;

    display: inline-block;

    width: 34px;
    height: 36px;
    margin: 0;
    margin-top: -2px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .del1,
    .wrap-inquiryinfo .inquiry-info .add1
    {
        line-height: 25px;

        position: relative;
        z-index: 8;

        width: 25px;
        height: 25px;
        margin: 0 auto;

        border-radius: 2px;
    }
}
.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover
{
    color: #fff;
    border-color: #1d3a89;
    background-color: #1d3a89;
}
.wrap-inquiryinfo .inquiry-info .add1
{
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic
{
    border: 1px solid #dcdcdc;
}
.wrap-inquiryinfo .inquiry-info p
{
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info p
    {
        font-size: 13px;

        margin-bottom: 4px;
    }
}
.wrap-inquiryinfo .iclose
{
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiryinfo .iclose::after
{
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .iclose::after
    {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .iclose:hover::after
{
    color: #1d3a89;
}
.wrap-inquiryinfo .inquiry-message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry-message
    {
        padding-top: 50px;
    }
}
.wrap-inquiryinfo .inquiry
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry
    {
        padding-top: 50px;
    }
}
.wrap-nosearch .nosearch
{
    margin-bottom: 40px;
}
@media (max-width: 991px)
{
    .wrap-nosearch .nosearch
    {
        margin: 20px 0 0 0;
    }
}
.wrap-nosearch .nosearch h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-nosearch .nosearch p
{
    line-height: 22px;

    margin: 10px 0 0 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid rgba(29, 58, 137, .5);
    border-radius: 5px;
    background-color: rgba(29, 58, 137, .1);
}
nav
{
    text-align: center;
}
.pagination
{
    display: block;

    margin: 70px 0 30px 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li
{
    display: inline-block;

    margin: 0 8px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .pagination li
    {
        margin: 0 4px;
    }
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: block;

    content: '\eb08';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.pagination li.next a:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.pagination li a
{
    font-size: 14px;
    line-height: 44px;

    display: block;

    width: 44px;
    height: 44px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #1d3a89;
    border: none;
    border: 1px solid #1d3a89;
    border-radius: 50%;
    background: none;
}
@media (max-width: 767px)
{
    .pagination li a
    {
        font-size: 14px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination li a span
{
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    background-color: #1d3a89;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: #1d3a89;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.map-content label
{
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.fszero
{
    font-size: 0;

    overflow: hidden;

    width: 0;
    height: 0;
}
.fszero h1
{
    margin: 0;
}
@media (prefers-reduced-motion: no-preference)
{
    :root
    {
        scroll-behavior: none;
    }
}
.addcart
{
    cursor: pointer;
}
